home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR06 / GROAN15.ZIP / GROAN.DOC < prev    next >
Text File  |  1993-09-28  |  27KB  |  603 lines

  1.  
  2.                              GROAN    DICE
  3.  
  4.                                   v1.5
  5.  
  6.                                    by
  7.  
  8.                               Al Lawrence
  9.  
  10.                             Sunrise-80  BBS
  11.                          (404) 256-9525 (Data)
  12.                          (404) 705-9104 (Data)
  13.                   (404) 256-9518 (Voice, 9am-9:30pm EST)
  14.  
  15.  
  16.  
  17.  
  18.                                 OVERVIEW
  19.                                 ________
  20.  
  21.  
  22.    GROAN DIce is a fast-paced dice game played with 3  8-sided die. Each
  23.    die contains the normal 1-6 values plus a GROAN and a JACKPOT.
  24.  
  25.    The object of the game is to accumulate and save as many points as
  26.    possible and gain as high a slot as possible in the High Score file.
  27.  
  28.  
  29.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  30.          created in the directory you run the door from.
  31.  
  32.  
  33.  
  34.                               INSTALLATION
  35.                               ____________
  36.  
  37.  
  38.    Installation is fairly easy and straight-forward. The following steps and
  39.    examples should have you up and running in a very short period of time.
  40.    It is assumed that you are familiar with setting up DOORS on your system.
  41.    To this end, only examples of the configuration file and Door batch file
  42.    are described.
  43.  
  44.       1) Create a directory to hold all GROAN files
  45.  
  46.       2) Unzip GROANxx.ZIP into the the above directory
  47.  
  48.       3) Create a configuration file, with a name of your choice, or
  49.          modify the supplied GROAN.CFG file. A description follows:
  50.  
  51.             **                       Location of system file (See Below)
  52.             SUNRISE-80 BBS           Your BBS Name
  53.             Al                       Sysop's First name
  54.  
  55.             Lawrence                 Sysop's Last Name
  56.  
  57. |-----------------------------------------------------------------------------|
  58. | READ!     1                        CommPort  \ These 2 lines are required   |
  59. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  60. |-----------------------------------------------------------------------------|
  61.  
  62.             00000000                 Registration Number
  63.  
  64.    !    #   5                        Maximum # of Turns per day
  65.                                      (Sysop gets 999 in Registered version)
  66.  
  67.         #   0                        Max # of days a caller can make up, during
  68.                                      calls in one day. 0=Disable Make-up Option
  69.                                      Maximum value = 27, Minimum value = 1
  70.  
  71.         #   NONE                     Drive:\Path\Filename to contain the
  72.                                      Top Score Bulletin or enter NONE
  73.                                      for NO Bulletin creation.
  74.  
  75.         #   NONE                     Drive:\Path\Filename to contain the
  76.                                      Top Score Bulletin (Color) or enter NONE
  77.                                      for NO Bulletin creation.
  78.  
  79.         #   NONE                     Drive:\Path\Filename to contain the
  80.                                      Hall of Fame Bulletin or enter NONE
  81.                                      for NO Bulletin creation.
  82.  
  83.         #   NONE                     Drive:\Path\Filename to contain the
  84.                                      Hall of Fame Bulletin (Color) or enter NONE
  85.                                      for NO Bulletin creation.
  86.  
  87.  
  88.             2                        1 = DO NOT Display ADOPT-A-DOOR Message
  89.                                      2 = Display ADOPT-A-DOOR message
  90.  
  91.         #   2                        Keyboard timeout value in Minutes
  92.  
  93.     !   #   0                        Time Allowed in Door
  94.                                      (Sysop = Time Remaining - REG. VERSION)
  95.  
  96.         #   N                        Automatic game reset at end of month:
  97.                                        Y = Yes enable autoreset
  98.                                        N = Keep accumulating scores
  99.  
  100.         #   Y                        Y = Allow Sysop to have 999 games
  101.                                      N = Do Not Allow Sysop 999 games
  102.  
  103.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  104.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  105.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  106.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  107.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  108.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  109.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  110.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  111.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  112.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  113.  
  114.     @   #   XXXX/YYYY                 Blackout Range  From/To
  115.     @   #   XXXX/YYYY                 Blackout Range  From/To
  116.     @   #   XXXX/YYYY                 Blackout Range  From/To
  117.     @   #   XXXX/YYYY                 Blackout Range  From/To
  118.     @   #   XXXX/YYYY                 Blackout Range  From/To
  119.  
  120.             000                       Unique 3-digit number used as a suffix
  121.                                       for the exported score file name, if
  122.                                       you wish to paricipate in an Inter-BBS
  123.                                       game. 000=no Inter-BBS participation.
  124.  
  125.  
  126.           ** = Replace with ONE of the following:
  127.  
  128. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  129. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  130. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  131. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  132. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  133. c:\bbs\TRIBBS.SYS               <- For TriBBS systems.
  134. C:\BBS\GTUSER.BBS               <- For GT Power
  135.                                    * if using this option you must put the
  136.                                      ComPort # on line 5 and the Node # on
  137.                                      line 6 of the configuration file
  138.  
  139.  
  140.            # = Requires registration to change to a different value.
  141.            ! = See "Plays Per Day/Door Time" Below
  142.            @ = See "Blackout Periods" Below
  143.  
  144.                NOTE: There are NO Blank Lines in the Config File!!
  145.  
  146.  
  147.       4) Create a batch file or modify the GROAN file supplied. A
  148.          description of this file follows:
  149.  
  150.             ECHO off
  151.             cd\BBS\DOORS\GROAN        Location of Groan files
  152.             GROAN GROAN.CFG           EXE filename and CFG filename (Name
  153.                                       used in creating file in #3 above)
  154.             CD\BBS
  155.             BOARD
  156.  
  157.  
  158.        5) When running in more than one node, be sure to supply a
  159.           different configuration name for each node (your choice of name).
  160.  
  161.        6) If running with Fossil-based multi-port boards add
  162.           /FD to the line containing the CFG name as follows:
  163.  
  164.                           GROAN GROAN.CFG /FD
  165.  
  166.  
  167.  
  168.                             JACKPOT Points
  169.                             --------------
  170.  
  171. When you end up losing points, Hiroll will place them into the "JACKPOT".
  172. This "JACKPOT" will continue to accumulate all points lost by any player.
  173. It will also accumulate the points lost by those playing on any other node(s)
  174. at the same time. The "JACKPOT" points will be updated on the players screen
  175. REAL TIME (at the moment the player on another node loses points). The
  176. "JACKPOT" points can be won by any player, if they roll three (3) JACKPOTS
  177. during any dice roll. Minimum amount in the "JACKPOT" will be 100 points.
  178.  
  179.  
  180.  
  181.                MAKE-UP DAYS (Registered version only)
  182.                --------------------------------------
  183.  
  184. The Make-Up-Day feature allows the caller to make up any plays he/she missed
  185. during the current month and prior to the current call. You control whether
  186. to allow this option, as well as the number of days the caller can make up, on
  187. any prticular days worth of calls. Entering a 0 (zero) for this option, in the
  188. configuration file, turns the option OFF, any other value (up to a max of 27)
  189. turns the option ON and dictates the number of days the caller can make up.
  190.  
  191.  
  192. NOTE:      The number of games per day is calculated as follows...
  193.  
  194.            Games Allowed per day x Number of makeup days.
  195.  
  196. Example:   Games Allowed per day = 2
  197.            Max # of makeup days  = 4
  198.  
  199. If a caller logs in on 5/8/92 and this is their first call of the month, they
  200. would have a potential of 16 games to makeup and bring them current
  201. (8 days (5/8/92) * 2 (games per day)). However, since the maximum # of Makeup
  202. Days is set at 4, the maximum # of games the caller can play on 5/8/92, is 8
  203. (games allowed * max # of makeup days).
  204.  
  205.  
  206.  
  207.              HALL OF FAME BULLETINS (Registered version only)
  208.              ------------------------------------------------
  209.  
  210. The program will automatically reset the game when the first caller of the
  211. month plays the game. The score file will be cleared and a set of Hall of Fame
  212. bulletin files will be created. The files will be called SUNHOF.ASC and
  213. SUNHOF.ANS (ASCII and ANSI versions). The files will be placed in the same
  214. directory as the GROAN.EXE file. You are responsible for COPYING the files to
  215. your bulletin area and renaming to a filename of your choice.
  216.  
  217. WARNING: The HOF files are cumulative files. That means they are read in each
  218.          month and updated. DO NOT DELETE EITHER FILE!!!! or you will lose
  219.          the record of prior months winners!!!!
  220.  
  221.  
  222.  
  223.                           BLACKOUT PERIODS
  224.                           ________________
  225.  
  226.       Use the Blackout ranges option to define up to 5 time periods during
  227.       which you DO NOT want the Door to be played. If a caller tries to access
  228.       the Door during the Blackout period, they will be shown a message that
  229.       contains ALL the Blackout periods you have defined, and to try the Door
  230.       at a later time.
  231.  
  232.       Each of the 5 Blackout ranges takes the form of XXXX/YYYY, where
  233.       XXXX=beginning time and YYYY=the ending time. For example, 0930/1230
  234.       means to NOT allow the Door to be played between 9:30am and 12:30pm.
  235.  
  236.       IMPORTANT: - All times must be 4 digits & must follow the XXXX/YYYY format
  237.                  - DO NOT change the XXXX/YYYY entry UNLESS you want to assign
  238.                    a Blackout range.
  239.                  - You MUST use the MILITARY time format. Example: 2030=8:30pm
  240.                    0900=9am, 0030=12:30am, 1700=5pm, etc.
  241.  
  242.  
  243.                           PLAYS Per DAY/DOOR Time
  244.                           _______________________
  245.  
  246.       Plays Per Day and Door Time can be controlled several ways:
  247.  
  248.       (1) You can use the Games Per Day, singular option, in the config
  249.           file above. This option, will affect ALL callers whose Security
  250.           Level is NOT defined in any of the 10 optional Security Level/
  251.           Plays Per Day entries in the config file.
  252.  
  253.       (2) You can use the Door Time, singular option, in the config file
  254.           above. This option, will affect ALL callers whose Security
  255.           Level is NOT defined in any of the 10 optional Security Level/
  256.           Plays Per Day/Door Time entries in the config file.
  257.  
  258.       (3) You can restrict the number of games a specific Security Level
  259.           will be allowed to play per day or REWARD specific Levels with
  260.           more Plays Per Day.
  261.  
  262.           Likewise, you can restrict the Play time for a specific Security
  263.           Level or REWARD specific Levels with more Door Time.
  264.  
  265.           These options are handled by the use of the 10 config
  266.           entries (000=00/00).
  267.  
  268.           The format of each entry is as follows:
  269.  
  270.           XXX=YY/ZZ  where XXX is the Security Level (must be 3 digits)
  271.                      where =  is a constant and MUST be included
  272.                      where YY is the # of games per day (must be 2 digits)
  273.                      where / is a constant and MUST be included
  274.                      where ZZ is num. minutes per Door entry (must be 2 digits)
  275.  
  276.           If the callers Security Level is NOT defined, his/her Plays Per
  277.           Day and Door Time will be controlled by the values in items
  278.           (1) and (2), above, respectively..
  279.  
  280.           You may define up to 10 Security Levels. All unused entries must
  281.           be defined as   00=00/00
  282.         --------------------------------------------------------------------
  283.           Example: Suppose you had 3 Security Levels defined on your BBS as
  284.           (20=Subscriber, 30=Visiting Sysop, 40=CoSysop, 90=Friend) and you
  285.           wanted to set Plays Per Day as :     Subscriber=5
  286.                                            Visiting Sysop=2
  287.                                                   CoSysop=3
  288.                                                    Friend=10
  289.  
  290.           and Door Time as follows:     Subscriber=30 minutes
  291.                                     Visiting Sysop=20 minutes
  292.                                            CoSysop=10 minutes
  293.                                             Friend=remaining call time
  294.  
  295.  
  296.           You would set the Individual "Games per Day" config entry to 1 and
  297.           the individual "Door Time" to 5 minutes (these would be the
  298.           default number of games and default Time for all Security Levels
  299.           other than 20,30 or 40... make them any number you want). Next you
  300.           would replace 4 of the Security Level entries as :  020=05/30
  301.                                                               030=02/20
  302.                                                               040=03/10
  303.                                                               090=10/0
  304.  
  305.  
  306.                         INTER-BBS OPTION
  307.                         ----------------
  308.  
  309. The Inter-BBS option is used when you are looking for a way to expand the
  310. GROAN DICE competition beyond just running it on your BBS alone. With
  311. this option you can join with any number of other BBS' to create some very
  312. 'heated' scoring competition.
  313.  
  314. The Inter-BBS option has its own High Score file and when High Scores are
  315. displayed, on participating BBS', the name of the BBS on which the score was
  316. obtained will also be displayed. At the end of the month, the Inter-BBS
  317. scores will be reset automatically and a winner will be determined and
  318. displayed as part of the High Score display in the next month.
  319.  
  320. The Inter-BBS option uses the 'HUB' and 'NODE' concept. The 'HUB' is the
  321. central/controlling BBS to whom all the other BBS' ('NODES') upload/transfer
  322. their score files. The 'HUB' then merges all score files and makes a merged
  323. file available for the 'NODES' to download/transfer.
  324.  
  325. A separate program is supplied, called INTERBBS. This program will perform
  326. the merging of score files for both the 'HUB' and 'NODE' and generate updated
  327. score files. INTERBBS can be run as many times as you wish. We recommend that,
  328. if at all possible, the 'HUB' run INTERBBS several times during a 24 hour
  329. period to process uploaded 'NODE' score files. This will allow the 'NODES' to
  330. generate the maximum competition on their systems as possible. All files used
  331. by INTERBBS MUST be in the GROAN directory.
  332.  
  333. To run INTERBBS as a 'HUB'  use:  INTERBBS GROAN GROAN.CFG HUB
  334. To run INTERBBS as a 'NODE' use:  INTERBBS GROAN GROAN.CFG
  335.  
  336. You must also change the Inter-BBS parameter in the GROAN configuration
  337. file. This parameter is a UNIQUE 3-digit identifier. The BBS functioning as
  338. the 'HUB', should control who gets what number to avoid duplicate numbers
  339. being used. Duplicate numbers will result in some BBS' scores not being
  340. reflected in the merged score file. We recommend that the 'HUB' use 001 and
  341. the 'NODES' use 002-999.
  342.  
  343. INTERBBS will create a GROAN0.xxx file (where xxx is the 3-digit identifier
  344. you supplied in the CFG file). When you run as a 'HUB' it will read ALL
  345. GROAN0.xxx files that it finds in the GROAN directory. It will delete ALL
  346. GROAN0.xxx files after processing them and will create a GROAN0.001 file
  347. (combined score file; assuming 'HUB' is using the 001 identifier) that you
  348. must make available for the 'NODES' to download/transfer. When running as
  349. a 'NODE' INTERBBS will only import one (1) GROAN0.xxx file so be sure to
  350. delete ALL GROAN0.xxx files from the GROAN directory, AFTER sending to
  351. your 'HUB'.
  352.  
  353. The High Scorer of the month is determined when the 'HUB' runs INTERBBS for
  354. the FIRST time on the 1st of the new month. This is VERY IMPORTANT to
  355. remember!! If you are the 'HUB' you MUST be sure to run INTERBBS on the 1st
  356. of the month, but at the same time giving the 'NODES' ample time to
  357. upload/transfer their score files. Once you have run INTERBBS on the 1st,
  358. INTERBBS will reject ALL prior month entries. We suggest that 'NODES' run
  359. INTERBBS as soon after MIDNIGHT, on the last day of the month, as possible,
  360. and that 'HUBS' run INTERBBS as late as they can on the 1st, thus giving
  361. 'NODES' ample time to get the files to the 'HUB'.
  362.  
  363. In order to ensure some level of fairness, certain GROAN configuration
  364. parameters MUST be the same for ALL participating BBS' The following CFG
  365. parameters are affected:
  366.  
  367.   Line  6: Maximum games per day
  368.   Line 16: Allow Sysops to play 99 games/day
  369.  
  370. The 'HUB' should set the values for each of the above and convey the settings
  371. to ALL nodes. If the values on the 'NODE' do not agree with the 'HUB' values,
  372. the uploaded file will be rejected.
  373.  
  374. INTERBBS.LOG will contain information about each INTERBBS session. You are
  375. advised to check this file regularly to ensure that the Inter-BBS option
  376. is functioning properly.
  377.  
  378. Sample 'HUB' Batch file:
  379. ------------------------
  380. Rem Copy uploaded GROAN0.xxx files from the Upload area(s) to GROAN directory
  381. COPY C:\BBS\UPLOAD\GROAN0.*  C:\GROAN
  382. DEL C:\BBS\UPLOAD\GROAN0.*
  383. COPY C:\FIDO\FILES\GROAN0.*  C:\GROAN
  384. DEL C:\FIDO\FILES\GROAN0.*
  385.  
  386. Rem Process ALL "NODE' files
  387. CD\GROAN
  388. INTERBBS GROAN GROAN.CFG HUB
  389.  
  390. Rem Copy GROAN0.001 to file area(s) that 'NODES' can download from
  391. COPY GROAN0.001 C:\BBS\DOWNLOAD
  392. COPY GROAN0.001 C:\FIDO\FILES
  393.  
  394. Sample 'NODE' Batch file:
  395. ------------------------
  396. Rem Copy GROAN0.001 file from the Upload area to GROAN directory
  397. COPY C:\BBS\UPLOAD\GROAN0.001  C:\GROAN
  398. DEL C:\BBS\UPLOAD\GROAN0.*
  399. COPY C:\FIDO\FILES\GROAN0.*  C:\GROAN
  400. DEL C:\FIDO\FILES\GROAN0.*
  401.  
  402. Rem Process "HUB' file
  403. CD\GROAN
  404. INTERBBS GROAN GROAN.CFG
  405.  
  406. Rem Copy GROAN0.xxx (XXX=NODES ID #) to a file area in preparation for
  407. Rem uploading to the 'HUB'
  408. COPY C:\GROAN\GROAN0.xxx C:\BBS\DOWNLOAD
  409.  
  410.  
  411.  
  412.        IMPORTANT: If Door is NOT registered, ALL player's names that originate
  413.                   from the BBS running the unregistered Door, will be displayed
  414.                   as "** Door Unregistered **". As soon as the Door is
  415.                   registered the player's name will be displayed.
  416.  
  417.  
  418.  
  419.  
  420.  
  421.                         NON-STANDARD COM SUPPORT
  422.                         ________________________
  423.  
  424.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  425.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  426.       number after the configuration filename. Let's assume your Door is
  427.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  428.       passed to your Door would be:
  429.  
  430.                             FOOBAR FOOBAR.CFG /5
  431.  
  432.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  433.       normally used with COM1. No /x parameter is needed for the standard
  434.       IRQ's.
  435.  
  436.       As an alternative, you may use an environmental variable on the command
  437.       line. To use the variable (following the example above), place a
  438.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  439.       different IRQ number for each node). The command line would now look
  440.       like this:
  441.  
  442.                           FOOBAR FOOBAR.CFG /%IRQ%
  443.  
  444.       This, in combination with the use of the environmental variables
  445.       described in the MULTI-NODE SETUP section will allow you to use one
  446.       batch file and one config file to run this door on all nodes.
  447.  
  448.  
  449.  
  450.  
  451.                            MULTI-NODE SETUP
  452.                            ________________
  453.  
  454.       All Sunrise Doors are Multi-Node capable. Each node must have the
  455.       ability to access a configuration file which will have its own system
  456.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  457.       line. There are 2 ways to accomplish this:
  458.  
  459.       (1) Create a separate configuration file for each node. The only
  460.           difference between each file would be the location of the system
  461.           file for that particular node. For example, on my system there are 2
  462.           nodes and the first line of the config files would look like this:
  463.  
  464.                         NODE1:  H:\PCB1\DOOR.SYS
  465.                         NODE2:  H:\PCB2\DOOR.SYS
  466.  
  467.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  468.  
  469.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  470.           the following PCBoard environmental variables:
  471.  
  472.                  PCBDIR    (Directory containing the System file)
  473.                  PCBDRIVE  (Drive containing the System file)
  474.  
  475.           Thus, the first line of the SINGLE configuration file, for this Door
  476.           would look like this:
  477.  
  478.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  479.  
  480.       NOTE: This option, as described, assumes that you are running PCBoard
  481.             14.5a software. The environmental variables are automatically
  482.             created by the software for each node.
  483.  
  484.             HOWEVER, if you are running other BBS software you should be able
  485.             to set the variables EXACTLY as described below, for EACH node
  486.             (more than likely in each batch file you use to bring up EACH node):
  487.  
  488.                             PCBDRIVE=C:
  489.                             ^^^^^^^^^
  490.                             PCBDIR=\NODE2
  491.                             ^^^^^^^^
  492.  
  493.             Info with a carat (^) under it, MUST be typed as is. The rest
  494.             depends on your naming conventions.
  495.  
  496.             This, in combination with the use of the optional environmental
  497.             variable described in the NON-STANDARD COM SUPPORT section, will
  498.             allow you to use one batch file and one config file to run this
  499.             door on all nodes.
  500.  
  501.  
  502.                                ADOPT-A-DOOR
  503.                                ____________
  504.  
  505.     Having been a Sysop for a number of years, I have had my share of problems
  506.     and frustrations getting financial support for my board's upkeep. A fellow
  507.     Sysop left a message on my board, not long ago, about a concept that was
  508.     being used by several boards around the country.
  509.  
  510.     The concept, ADOPT-A-DOOR, allows a caller to register (ADOPT) a door. It
  511.     would be the same as sending in a donation, only this way it is earmarked
  512.     for registering a particular door. In a way, the user feels he/she is
  513.     "getting something in return". As a Door author I have decided to build
  514.     this concept into each of my Door programs. The concept replaces the
  515.     usual message "tell the Sysop to register this Door" we find in most
  516.     doors.
  517.  
  518.     If the Door is unregisterd then a message appears on the opening screen
  519.     to that effect. After finishing or suspending a game, a message screen
  520.     is displayed about the ADOPT-A-DOOR concept. The message also tells the
  521.     caller to contact the Sysop to find out if there is any further details
  522.     to the ADOPT-A-DOOR concept. Some Sysops give extra D/L time, online
  523.     time, etc to callers that ADOPT-A-DOOR.
  524.  
  525.     If the Door has been registered, either by the Sysop or other callers,
  526.     the names of those contributors will be displayed in the closing screen.
  527.  
  528.     NOTE: If you want to display the names of the callers that contributed
  529.           to registering the Door, you must create an ASCII file called
  530.           ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  531.           the name(s) of the contributors (one on each line, maximum of 5
  532.           entries, each a maximum of 30 characters long). This file must be
  533.           saved, in ASCII format, and placed in the Door directory.
  534.  
  535.  
  536.  
  537.                               LEGALITIES
  538.                               __________
  539.  
  540.  
  541.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  542.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  543.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  544.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  545.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  546.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  547.       OR BREACH OF ANY WARRANTY.
  548.  
  549.  
  550.  
  551.  
  552.  
  553.                              DISTRIBUTION
  554.                              ____________
  555.  
  556.    You may make this file available for downloading from your BBS or you may
  557.    upload it to any BBS of your choice, provided that you do not make any
  558.    changes to the contents of the archive (ZIP file). The archive and its
  559.    individual contents may not be used by any service that charges any money
  560.    whatsoever, without the written permission of the author.
  561.  
  562.  
  563.  
  564.  
  565.  
  566.                              REGISTRATION
  567.                              ____________
  568.  
  569.    Registration and the subsequent insertion of the registration number into
  570.    your configuation file, allows for the display of your BBS name on the
  571.    opening and closing screen as well as the reduction of a delay built into
  572.    the opening screen display along with the ability to change certain
  573.    values in the configuration file.
  574.  
  575.    To register your copy of GROAN, please fill out the registration form
  576.    (REGISTER.FRM) and mail it along with the registration fee to
  577.    the name and address on the form.
  578.  
  579.    Once a door is registered, any changes to registration information (Sysop
  580.    name or BBS Name) will require the doors to be re-registered at the
  581.    registration fee in effect at that time.
  582.  
  583.    Be sure to use the proper upper/lower case when filling in your name and
  584.    BBS name, as they MUST match the way you entered them in the configuration
  585.    file.             ^^^^
  586.  
  587.    Based upon information supplied on the registration form, I will pre-
  588.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  589.    up your registration number.
  590.  
  591.  
  592.  
  593.                                  MISC
  594.                                  ____
  595.  
  596.    The latest version of GROAN DICE and other fine SUNRISE DOOR programs
  597.    are always available for download from SUNRISE-80 BBS and/or SALTAIR BBS.
  598.  
  599.    Remember, should you have any problems, questions or suggestions, be sure
  600.    to drop me a message on either of the aforementioned BBS', SmartNet (Sysops)
  601.    Rime (PCBhints, Common, Doors, Sysops) or FidoNet 1:133/410
  602.  
  603.